バージョン

BaseGridWrapper<T,TOut> クラス

チェーン可能なメソッドを含むグリッドの定義。ビューでコントロールを直接設定することを許可する Fluent デザイン パターンの実装。
シンタックス
'宣言
 
Public MustInherit Class BaseGridWrapper
    (Of T As {New, GridModel},
     TOut As BaseGridWrapper(Of T,TOut)) 
   Inherits Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper(Of T,TOut)
public abstract class BaseGridWrapper<T,TOut> : Infragistics.Web.Mvc.Framework.LocalizationBaseWrapper<T,TOut> 
where T: new(), GridModel
where TOut: BaseGridWrapper<T,TOut>
型パラメータ
T
TOut
参照

オンラインで表示: GitHub